home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DIAG / SPCEINF6.ARJ / SPACEINF.DOC < prev   
Text File  |  1992-06-11  |  5KB  |  140 lines

  1. Package date: June 11 1992
  2.  
  3.      Note: this package contains the following files:
  4.  
  5.                      DSPACE.COM version 3.2
  6.                      SMEM.COM   version 3.1
  7.                      ATTS.COM
  8.                      CHARS.COM
  9.                      SPACEINF.DOC
  10.  
  11. SMEM   
  12.  
  13. Purpose:  gives normal and extended RAM installed and RAM currently free, 
  14.           and gives total bytes available and bytes free on specified drive.
  15.  
  16. Usage:    smem [drive]
  17.  
  18.  
  19. Examples:
  20.  
  21.           smem  - gives total and available capacity of current drive,
  22.                  and installed and available conventional RAM, plus
  23.                  installed extended memory (if any) and memory configured
  24.                  as XMS (if any) and EMS (expanded, if any).
  25.  
  26.  
  27.           smem a - as above, but reports on drive A
  28.  
  29. Customizing: you can change the default colour using debug. Use the
  30.              ATTS  program to show available colours for your display
  31.              and their hexadecimal codes. 
  32.  
  33.          debug smem.com
  34.          e 82b6 zz    [zz is hexadecimal code for colour]
  35.          w
  36.          q
  37.  
  38.  
  39.  
  40. *****************************************************************************
  41.  
  42.  
  43.  
  44.  
  45. DSPACE  : reports on installed hard disk capacity and disk
  46.           space available.  Shows information on up to 16
  47.           drives on one screen if you are using a standard 25 line
  48.           screen display, more if you use a screen with a greater
  49.           number of lines.
  50.  
  51. Usage:  dspace [d1] [d2]
  52.  
  53.         [d1] is first drive to report on  - default is C
  54.         [d2] is last drive to report on 
  55.  
  56. Examples:
  57.  
  58.         dspace      - lists all available drives starting at C
  59.                       until the limit of 16 per screen is reached
  60.  
  61.         dspace E    - lists all available drives starting at E
  62.                       until the limit of 16 per screen is reached
  63.  
  64.         dspace E H  - lists all available drives starting at E
  65.                       and ending at H
  66.  
  67.  
  68. Customizing: you can change the default colours using debug. Use the
  69.              ATTS  program to show available colours for your display
  70.              and their hexadecimal codes. 
  71.  
  72.          debug dspace.com
  73.          e 791a vv    [vv is hexadecimal code for header colour]
  74.          e 791c ww    [ww is text colour]
  75.          e 791e xx    [xx is "space used"  colour on meter display]
  76.          e 7920 yy    [yy is "space left"  colour on meter display]
  77.          e 7922 zz    [zz is "Totals" colour]
  78.          w
  79.          q
  80.  
  81. You can also change the default ASCII characters used for showing "space
  82. used" and "space left" on the bar chart.  Use the program CHARS to select
  83. characters you wish to use, make a note of their hexadecimal code (e.g.
  84. character ÷ is hexadecimal code f6;  character ≈ is hexadecimal f7.
  85. Then use debug as above; the context is:
  86.  
  87.          e 7924 xx    [xx is "space used" character]
  88.          e 7926 xx    [xx is "space left" character]
  89.  
  90.                              *** IMPORTANT ***
  91.  
  92. The author makes no warranty that the software in this package
  93. will work with your particular hardware configuration.  Further, you use the
  94. programs entirely at your own risk, and the author will not be held
  95. liable for any damage caused to your hardware or software through
  96. use of this software.
  97.  
  98. Legalities aside, you should not run into difficulties with this
  99. software.
  100.  
  101. These programs are distributed as shareware.
  102.  
  103. You do not have to register as a user, nor are you under any
  104. obligation to pay for the use of the programs.  However, in the
  105. spirit of shareware, you are requested to consider making a small
  106. donation to the author if you find the software in this package useful.
  107. The suggested contribution is $5, but less (or more!) would be fine.
  108. Should you decide to make a contribution, please remit to:
  109.  
  110.                    Malcolm Drury
  111.                    11 Adele Crescent
  112.                    Nepean
  113.                    ON  K2J 2T7
  114.                    Canada
  115.  
  116. Bank notes would be fine!  Thank you. Please let me know from which BBS you
  117. obtained the software.
  118.  
  119. Please note that at the level of contribution requested, I cannot provide
  120. automatic upgrades or technical support by telephone. I will try to answer
  121. written questions (try leaving a message on the BBS from which you obtained
  122. this version, or to my CIS ID - 70574,3457, or to my INTERNET e-mail address -
  123. drury@gsc.emr.ca).  Future upgrades should be available on the BBS from which
  124. you obtained this version. IF YOU HAVE PAID FOR AN EARLIER VERSION - THANKS,
  125. AND YOU ARE NOT EXPECTED TO PAY AGAIN!
  126.  
  127. The software is supplied on an "as is" basis, and
  128. is fully functional - not crippled in any way.  Furthermore, you
  129. will never be prompted with "Have you paid me yet?" notices. I would appreciate 
  130. receiving your feedback, comments, bug reports etc.  For the latter, please
  131. give me as much detail as you can - system, RAM, monitor type etc.
  132.  
  133. You are free to distribute this software package provided that you
  134. distribute the ENTIRE package, including this documentation file.
  135.  
  136. I hope you find this package useful.
  137.  
  138. 11 June 1992
  139.  
  140.